| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem | |
| * Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h * Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more. These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case). | |||
| 2003-10-25 | delint pointer casts. | christos | |
| 2003-10-25 | remove unused variable | christos | |
| 2003-10-21 | Don't use NULL to compare against an int. | fvdl | |
| 2003-10-21 | The last argument to sysctl is a size_t, not a pointer; don't pass NULL. | fvdl | |
| 2003-09-08 | initialize 'res' to NULL | itojun | |
| 2003-09-08 | plug possible memory leak. from openbsd | itojun | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-07-26 | netbsd.org->NetBSD.org | salo | |
| 2003-06-27 | Aq Pa instead of Pa Aq. | wiz | |
| 2003-05-06 | Minor grammatical correction. | agc | |
| 2003-04-21 | PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameters | christos | |
| 2003-04-16 | Use | wiz | |
| .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross. | |||
| 2003-04-16 | Mostly mdoc improvements, some typos. | wiz | |
| 2003-04-11 | add functions to retrieve option values. | christos | |
| 2003-03-31 | runnning->running from Igor Sobrado, PR misc/19814 | perry | |
| 2003-03-27 | Clear O_NONBLOCK correctly (previous code probably only worked because | lukem | |
| O_NONBLOCK and F_SETFL are the same value). Obtained from FreeBSD PR 8681 via FreeBSD's usr.bin/wall/ttymsg.c 1.5. | |||
| 2003-03-22 | Try to get some consistency in the used macros; other minor fixes. | wiz | |
| 2003-03-22 | move getmntopts(3) to libutil, build and install also it's manpage | jdolecek | |
| bump libutil minor adjust individual mount_*/Makefile to use libutil getmntopts(3) | |||
| 2003-02-14 | 'NetBSD.org' and some mdoc fixes. | grant | |
| 2003-02-14 | strcmp needs string.h. | petrov | |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl | |
| it was used on-disk, so that on-disk formats remain the same. Remove ufs_daddr_t and ufs_lbn_t for the time being. | |||
| 2003-01-19 | The next release will be 2.0, not 1.7. | atatat | |
| 2003-01-06 | writable, not writeable. | wiz | |
| 2002-12-22 | Sync with other libutil man pages. | wiz | |
| 2002-12-18 | Misc fixes. | wiz | |
| 2002-12-12 | Bump minor number for getlabel{sector,offset}() addition. | scw | |
| 2002-12-12 | Add getlabelsector() and getlabeloffset() as wrappers around the | scw | |
| KERN_LABELSECTOR and KERN_LABELOFFSET sysctls. | |||
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem | |
| the first place... - Bump libutil major (to 7.0) and libc minor (to 12.91). | |||
| 2002-11-16 | use strlcpy/cat | itojun | |
| 2002-10-12 | Spell out month name in .Dd. Use .Fn instead of .Fo/.Fc and .Fa's. | wiz | |
| 2002-10-12 | Added two functions disklabel_dkcksum() and disklabel_scan() to libutil | elric | |
| so that they can be shared by disklabel(8) and cgdconfig(8). | |||
| 2002-10-02 | dynamically with two l. | wiz | |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz | |
| 2002-09-27 | put utmpx/wtmpx routines to separate files, so that programs overriding the | jdolecek | |
| utmp/wtmp routines could still be linked static fixes e.g. static build of ftpd | |||
| 2002-09-27 | Add documentation for utmpx and some related functions. | wiz | |
| Thanks for some explanations to christos, and for some STANDARDS hints to Klaus Klein. | |||
| 2002-09-26 | s/_PASSWD_NOCHG/_PASSWORD_NOCHG/ | wennmach | |
| s/_PASSWD_NOEXP/_PASSWORD_NOEXP/ | |||
| 2002-09-20 | Add rcsid, config.h | christos | |
| 2002-09-20 | Add snprintb(3) inspired from bitmask_snprintf(9), but made to look like | christos | |
| more like snprintf(3). Discussed with thorpej. | |||
| 2002-09-12 | Don't bother calling secure_path() is kernel == _PATH_UNIX. If you are going | christos | |
| to default to it and use it anyway, why do the security check? | |||
| 2002-08-23 | Bump minor number to 3 because there are already systems with | tron | |
| "libutil.so.6.2" to avoid further problems. | |||
| 2002-08-22 | Move humanize_number(3) from libutil to libc as per discussion on tech-misc | abs | |
| Revert minor number bump on libutil (with note to skip it next update), and bump libc. | |||
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem | |
| Makefile (before including <bsd.own.mk>) | |||
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem | |
| (Reduces make output by ~ 20%) | |||
| 2002-08-16 | defend against malicious line in ut_line, which could cause unwanted | itojun | |
| writes to anything under /dev. revoke setuid/gid privs earlier. From: xs@kittenz.org | |||
| 2002-08-15 | Cosmetic changes. | enami | |
| 2002-08-12 | Clarify what functionality _is_ included and _should be_ included in libutil. | gmcgarry | |
| 2002-08-12 | Do not assume int64_t is printable with %qd - on 64 bit ports it isn't. | martin | |
| Use %lld instead and cast the args to (long long) explicitly. I'm not sure about our policy vs. the C99 format string macros in basesrc - should we use those here? | |||
| 2002-08-10 | Actually bump the shlib version to 6.2 as abs intended to. | thorpej | |
| 2002-08-08 | Actually, the page was last modified today. | wiz | |
