summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvscvs2svn1999-05-24892-1672/+972
| | | | | | | 'RELENG_3_2_0_RELEASE'. This commit was manufactured to restore the state of the 3.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0cvs2svn1999-05-248-1757/+731
| | | | | | | | 'RELENG_3_2_0_RELEASE'. Notes: svn path=/stable/3/; revision=47462 svn path=/release/3.2.0/; revision=47463; tag=release/3.2.0
* MFC: Fix memory leak.Nate Williams1999-05-151-1/+1
| | | | Notes: svn path=/stable/3/; revision=47210
* MFC: fix potential memory overwrite in escape parsingDon Lewis1999-05-151-2/+2
| | | | | | | | PR: 11687 Reviewed by: ache Notes: svn path=/stable/3/; revision=47209
* MFC: Fix handling of 'wd' in MakeDev. Remove axe from foot.Mike Smith1999-05-121-2/+2
| | | | Notes: svn path=/stable/3/; revision=47091
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-122-0/+1556
| | | | Notes: svn path=/stable/3/; revision=47079
* MFC: Disable the "Hint" option in phkmalloc as default.Alan Cox1999-05-092-4/+4
| | | | | | | Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk> Notes: svn path=/stable/3/; revision=46820
* MFC: TyposKris Kennaway1999-05-091-3/+3
| | | | Notes: svn path=/stable/3/; revision=46799
* MFC: Rename when building libc_r.Doug Rabson1999-05-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=46793
* MFC: More disklabel tweaks for sysinstallDoug Rabson1999-05-092-3/+6
| | | | Notes: svn path=/stable/3/; revision=46788
* MFC: (mostly) Realtime scheduling patches from Dan Eischen.John Birrell1999-05-0925-672/+2119
| | | | Notes: svn path=/stable/3/; revision=46770
* Try and repair RELENG_3 tag spammage (grr!!!)Peter Wemm1999-05-092-14/+194
| | | | | | | | | | | | | Somebody tagged this manually (dont do this! use cvs add!) with RELENG_3 and botched it by using a static rather than branch tag. Then, when trying to merge these revisions onto the (now broken) branch, they deleted and recreated the RELENG_3 tag, again using a static rather than branch tag. Reminder: committers should *NOT* be using 'cvs tag' for RELENG_* tags *at all*. To add a file to a releng branch, use cvs add! Notes: svn path=/stable/3/; revision=46769
* MFC: Add pam_deny and pam_permit modules. Add account management toJohn Polstra1999-05-084-2/+80
| | | | | | | the pam_unix module. Notes: svn path=/stable/3/; revision=46736
* MFC: More alpha-related fixes.Doug Rabson1999-05-084-5/+18
| | | | Notes: svn path=/stable/3/; revision=46732
* MFC: Various alpha fixes and other cleanups.Doug Rabson1999-05-081-12/+64
| | | | Notes: svn path=/stable/3/; revision=46723
* Hookup compat22 (a.out) libs.David E. O'Brien1999-05-081-1/+4
| | | | Notes: svn path=/stable/3/; revision=46721
* MFC: 2.2.x / a.out compatability libraries.David E. O'Brien1999-05-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=46707
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-0835-0/+25300
| | | | Notes: svn path=/stable/3/; revision=46706
* MFC: declare the return address register so gdb can see it.Doug Rabson1999-05-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=46688
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-082-0/+83
| | | | Notes: svn path=/stable/3/; revision=46666
* MFC, fix _BIG5_sgetrune() in libc.Foxfair Hu1999-05-071-2/+2
| | | | | | | | PR: 10918 Submitted by: Yung-Jen Hung <winard@u3717a.dorm.ccu.edu.tw> Notes: svn path=/stable/3/; revision=46642
* Apply patch included in bin/8872. This fixes a bug that occurs whenJason Evans1999-05-071-2/+11
| | | | | | | pthread_cond_timedwait() times out. Notes: svn path=/stable/3/; revision=46627
* MFC: wrappers and docs for pread() and pwrite().Dmitrij Tejblum1999-05-055-19/+76
| | | | Notes: svn path=/stable/3/; revision=46534
* MFC: added fsseko() and ftello(); fgetpos() and fsetpos() fixed for filesDmitrij Tejblum1999-05-056-18/+88
| | | | | | | >2GB. Notes: svn path=/stable/3/; revision=46529
* MFC: {rev 1.4} clarify format of exit code, add xrefs.Joseph Koshy1999-05-051-4/+8
| | | | Notes: svn path=/stable/3/; revision=46488
* MFC: {rev 1.3} correct typo.Joseph Koshy1999-05-051-1/+2
| | | | Notes: svn path=/stable/3/; revision=46487
* MFC: {rev 1.4} correct prototype for tigetstr().Joseph Koshy1999-05-051-1/+1
| | | | Notes: svn path=/stable/3/; revision=46483
* MFC (rev 1.7->1.8): writev(2) can return EDESTADDRREQ when attempting toGuy Helmer1999-05-041-0/+6
| | | | | | | | | | write to a UNIX domain socket on which connect(2) had been used to set a destination address and the destination goes away. PR: docs/10451 Notes: svn path=/stable/3/; revision=46442
* MFC: Add "#include <machine/param.h>" to SYNOPSIS to get PAGE_SIZE.Guy Helmer1999-05-043-3/+6
| | | | | | | PR: docs/8464 Notes: svn path=/stable/3/; revision=46427
* MFC: Note the effect of close(2) on fcntl(2) record locks.Guy Helmer1999-05-041-1/+9
| | | | | | | PR: docs/3522 Notes: svn path=/stable/3/; revision=46425
* MFC rev. 1.21: 'll' modifier.Dmitrij Tejblum1999-05-041-3/+9
| | | | Notes: svn path=/stable/3/; revision=46412
* MFC: Add missing ``.''.Brian Somers1999-05-041-1/+1
| | | | Notes: svn path=/stable/3/; revision=46396
* MFC: Add some const keywords and fix some typos in man pages.Brian Somers1999-05-0210-37/+85
| | | | | | | | | Fix and document trimdomain and make it handle DISPLAY names. Switch to the correct user before reading .login_conf. Add realhostname(). Notes: svn path=/stable/3/; revision=46271
* MFC: "passwordtime" not "passwordperiod".Tim Vanderhoek1999-04-301-3/+5
| | | | | | | | | Discrepency-first-noticed-by: Luke <lh@aus.org> Original-change-from-"passwordperiod"-by: committer of r.1.20 of local_passwd.c Notes: svn path=/stable/3/; revision=46210
* Fix strptime per Posix/Single UNIX Specification requirements.Wes Peters1999-04-302-2/+12
| | | | | | | Submitted by: Sergey Babkin <babkin@bellatlantic.net> Notes: svn path=/stable/3/; revision=46193
* MFC: accept(2) can fail with EINTR.Guy Helmer1999-04-291-1/+5
| | | | | | | PR: docs/8858 Notes: svn path=/stable/3/; revision=46189
* MFC rev 1.6, you can only create special files with mknod(2).Joerg Wunsch1999-04-281-0/+5
| | | | Notes: svn path=/stable/3/; revision=46151
* MFC: Remove unused cruft and eliminate dependency on dynamicJohn Polstra1999-04-282-27/+7
| | | | | | | | | | linker's header file. Makefile 1.7 -> 1.9 crt1.c 1.4 -> 1.5 Notes: svn path=/stable/3/; revision=46127
* CFC: doc setuid ignored for scriptsTim Vanderhoek1999-04-271-1/+8
| | | | Notes: svn path=/stable/3/; revision=46108
* login_auth MFCAndrey A. Chernov1999-04-242-19/+20
| | | | Notes: svn path=/stable/3/; revision=46040
* Add libwrap to the mix.David E. O'Brien1999-04-241-2/+2
| | | | Notes: svn path=/stable/3/; revision=46035
* MFC.David E. O'Brien1999-04-241-1/+1
| | | | Notes: svn path=/stable/3/; revision=46034
* Initialise the magic number for the initial thread so that people canJohn Birrell1999-04-181-0/+1
| | | | | | | | | kill (signal) it. Submitted by: Steve Bernacki, Jr. <steve@navinet.net> Notes: svn path=/stable/3/; revision=45799
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-157-0/+404
| | | | Notes: svn path=/stable/3/; revision=45700
* MFC 1.4 -> 1.5: Fix breakage at -O3.John Polstra1999-04-141-3/+2
| | | | Notes: svn path=/stable/3/; revision=45690
* MFC: Reverse C++ constructor and destructor order for consistencyJohn Polstra1999-04-141-3/+3
| | | | | | | | with gcc and egcs. Bump __FreeBSD_version to 31002 to reflect the change. Notes: svn path=/stable/3/; revision=45689
* MFC: Fix compilation with "-g", and eliminate the need forJohn Polstra1999-04-143-15/+15
| | | | | | | "-Wno-unused" in the Makefile. Notes: svn path=/stable/3/; revision=45688
* MFC: kern.somaxconn -> kern.ipc.somaxconnGuy Helmer1999-04-131-4/+4
| | | | | | | PR: docs/11057 Notes: svn path=/stable/3/; revision=45640
* MFC 1.2 -> 1.3: Fix bug in handling passwordless accounts.John Polstra1999-04-061-1/+1
| | | | Notes: svn path=/stable/3/; revision=45388
* MFC 1.12 -> 1.13: Fix macro name typo.John Polstra1999-04-031-1/+1
| | | | Notes: svn path=/stable/3/; revision=45274