summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-3/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
* #include <string.h> instead of <strings.h>des2002-04-251-1/+1
* Support the snapshot file flag, so that tools like 'ls -ol' workjoe2002-04-161-0/+3
* Missed a spot in previous commit.des2002-04-151-1/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-2/+12
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-092-4/+0
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.phk2002-04-081-18/+13
* Initial deorbit burn for the undocumented and unused d_boot[01]phk2002-04-031-5/+0
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-296-16/+24
* Fixed some style bugs in the removal of __P(()). Some function parameterbde2002-03-261-1/+1
* A break after a return is useless.dd2002-03-241-1/+0
* Fix braino.dd2002-03-241-1/+1
* Breath deep and take __P out of the system include files.imp2002-03-231-7/+7
* Fix the style of the SCM ID's.obrien2002-03-221-2/+1
* Fix the style of the SCM ID's.obrien2002-03-2235-14/+88
* Remove multi-line __P() usage.obrien2002-03-221-4/+5
* const poison just like NetBSD.imp2002-03-221-32/+14
* Make user_from_uid and group_from_gid return const char *, just likeimp2002-03-222-4/+4
* Remove __P() usage.obrien2002-03-211-1/+1
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
* mdoc(7) police: bump document date to the date of the last interfacedd2002-03-181-3/+6
* Update to reflect reality; devname(3) hasn't returned NULL on failuredd2002-03-181-6/+18
* Come on guys, you can't just take OpenBSD manpage and commit itru2002-03-151-30/+41
* If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
* Bring a comment in line with the code, and fix some spelling errorsdd2002-03-091-4/+3
* Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-082-57/+146
* Add new errno ``ENOATTR''.green2002-03-071-0/+3
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-2/+3
* Use new-style function declations.imp2002-02-131-6/+2
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+7
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.bde2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasbde2002-02-011-3/+5
* Fixed slipage in editor.obrien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.obrien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.obrien2002-02-0116-264/+245
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-0116-68/+77
* Fix SCM ID's.obrien2002-02-0162-207/+166
* Fix minor style nit.obrien2002-01-311-1/+3
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousbde2002-01-314-5/+17
* Fix FreeBSD IDs.obrien2002-01-305-15/+12
* Use ctime_r to build the timestamp for syslog, so that we don'tdwmalone2002-01-251-2/+2
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forru2002-01-231-1/+1
OpenPOWER on IntegriCloud