aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try really hard to fix parallel installs. Add a bunch of .ORDERRuslan Ermilov2002-07-035-0/+8
* mdoc(7) police: added missing markup bits, lowercased argument names.Ruslan Ermilov2002-07-031-5/+7
* Remove trailing whitespaces.Maxim Konovalov2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".Maxim Konovalov2002-07-031-3/+3
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()Maxime Henrion2002-07-032-71/+44
* Try clean up some of the mess that resulted from layers and layersJulian Elischer2002-07-032-59/+32
* Remove an unused argument in vfs_mountroot().Maxime Henrion2002-07-033-3/+3
* Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.Chris Costello2002-07-031-1/+1
* Add a SECURITY CONSIDERATIONS example: make note that access to openChris Costello2002-07-031-0/+33
* fixed typo.SUZUKI Shinsuke2002-07-031-2/+2
* Add missing kernal tunables to loader.conf.Jonathan Mini2002-07-031-0/+16
* Fix off-by-one error.Jonathan Mini2002-07-031-1/+1
* No need to explicitly set NOMAN here.Ruslan Ermilov2002-07-031-1/+0
* White space commit.Julian Elischer2002-07-031-10/+10
* Approved by: imp@freebsd.orgJulian Elischer2002-07-031-0/+7
* Hold the sched lock across call to forward_signal() in tdsignal() toAndrew Gallatin2002-07-031-1/+4
* Add mtx_ prefixes to the fields used for mutex profiling, and fix a bugDag-Erling Smørgrav2002-07-033-25/+27
* Add the "java" category.Dag-Erling Smørgrav2002-07-032-0/+4
* Actually use the fini callback.Jeff Roberson2002-07-031-0/+1
* - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.Dag-Erling Smørgrav2002-07-031-6/+6
* Make sure to reset transflag back to zero upon succesfully using sendfile()Dan Moschuk2002-07-031-0/+1
* Two FreeBSD-specific nits in comments:Dag-Erling Smørgrav2002-07-031-5/+1
* Fix grammar in 1 sentenceTom Rhodes2002-07-021-3/+3
* Diff-reduce with 4-stable: 4.x has a compat4x package.John Baldwin2002-07-022-2/+2
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).Mark Peek2002-07-021-1/+1
* GXP ATA drives also supports TQTom Rhodes2002-07-021-1/+1
* Call the 4.x snap server "releng4.freebsd.org" instead ofJohn Baldwin2002-07-022-4/+4
* Alpha does indeed have a COMPAT4X distribution on current. 4-stableJohn Baldwin2002-07-021-0/+2
* Add lge(4) to the list of drivers. It was present in 4-stable but not inJohn Baldwin2002-07-022-0/+2
* Fix type-o in last commit in preparation for MFC.Matthew Dillon2002-07-021-1/+1
* I didn't pay enough attention when copy/pasting disclaimers.Maxime Henrion2002-07-021-2/+2
* Minor spelling and grammar fixes in the atacontrol(8) manual page.Tom Rhodes2002-07-021-11/+11
* Move every code related to mount(2) in a new file, vfs_mount.c.Maxime Henrion2002-07-027-2629/+1214
* check in the version if this that compiles, not the one that doesn'tJulian Elischer2002-07-021-1/+1
* Make some more debugging code go away when debugging is not turned on.Julian Elischer2002-07-021-1/+4
* 's/rather then/rather than/'Johan Karlsson2002-07-021-5/+5
* Version bump for mm_answer_pam_respond() fix.Dag-Erling Smørgrav2002-07-021-1/+1
* Fix a braino in mm_answer_pam_respond() which would cause sshd to abort ifDag-Erling Smørgrav2002-07-021-1/+1
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.Ruslan Ermilov2002-07-025-120/+59
* Handle installation of hard and symbolic links via a seperate .mk file.Ruslan Ermilov2002-07-024-49/+34
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-022-14/+13
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
* Make NI_WITHSCOPEID a default (always on), to synchronizeHajimu UMEMOTO2002-07-021-30/+20
* LP64 cleanup: don't cast pointer to int.Christian Weisgerber2002-07-022-6/+3
* Check retifma for NULL before using it.Jonathan Mini2002-07-021-1/+2
* Add -g option, which restricts printing of the gecos fields to just the user'sJonathan Mini2002-07-025-5/+23
* When going back to SLEEP state, make sure ourJulian Elischer2002-07-021-0/+1
* Fix failure to correctly transition back to sleep mode.Julian Elischer2002-07-021-0/+4
* Make interrupt driven EC transaction optional.Takanori Watanabe2002-07-021-0/+2
* Remove the backup-versions ("x*") of various lpc commands that wereGarance A Drosehn2002-07-023-377/+0