Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try really hard to fix parallel installs. Add a bunch of .ORDER | ru | 2002-07-03 | 5 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | directives to ensure that all realinstall sub-tasks are executed after beforeinstall, similarly ensure that all afterinstall sub- tasks are executed after realinstall. Demonstration: all: task1 task2 .ORDER: task1 task2 task2: task2_subtask .ORDER: task1 task2_subtask task1 task2 task2_subtask: @sleep `jot -r 1 0 1.0` @echo ${.TARGET} Without the second .ORDER directive, task2_subtask can be run in parallel with task1. Spotted by: Andrea Campi <andrea@webcom.it> | ||||
* | mdoc(7) police: added missing markup bits, lowercased argument names. | ru | 2002-07-03 | 1 | -5/+7 |
| | |||||
* | Remove trailing whitespaces. | maxim | 2002-07-03 | 1 | -2/+2 |
| | | | | Approved by: luigi | ||||
* | o Strict interface names comparison. The old code assumed "fxp1" == "fxp11". | maxim | 2002-07-03 | 1 | -3/+3 |
| | | | | | | | | o Use an appropriate constant for interface name buffer. Reviewed by: luigi Approved by: luigi MFC after: 1 month | ||||
* | Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot() | mux | 2002-07-03 | 2 | -71/+44 |
| | | | | which was #if 0'd and is not likely to be used now. | ||||
* | Try clean up some of the mess that resulted from layers and layers | julian | 2002-07-03 | 2 | -59/+32 |
| | | | | | | of p4 merges from -current as things started getting different. Corroborated by: Similar patches just mailed by BDE. | ||||
* | Remove an unused argument in vfs_mountroot(). | mux | 2002-07-03 | 3 | -3/+3 |
| | |||||
* | Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'. | chris | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | Add a SECURITY CONSIDERATIONS example: make note that access to open | chris | 2002-07-03 | 1 | -0/+33 |
| | | | | | | | | file descriptors does not change upon dropping privilege, and include a likely case of `setuid(non_superuser); exec(...);'. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project | ||||
* | fixed typo. | suz | 2002-07-03 | 1 | -2/+2 |
| | | | | | obtained from: KAME MFC after: 3 days | ||||
* | Add missing kernal tunables to loader.conf. | mini | 2002-07-03 | 1 | -0/+16 |
| | | | | | PR: i386/39085 Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Fix off-by-one error. | mini | 2002-07-03 | 1 | -1/+1 |
| | | | | | | PR: misc/40104 Submitted by: Neal Fachan <neal@isilon.com> MFC after: 3 days | ||||
* | No need to explicitly set NOMAN here. | ru | 2002-07-03 | 1 | -1/+0 |
| | | | | Reviewed by: jmallett | ||||
* | White space commit. | julian | 2002-07-03 | 1 | -10/+10 |
| | | | | | I'm working on this file but I wanted to make the whitespece commit separatly. | ||||
* | Approved by: imp@freebsd.org | julian | 2002-07-03 | 1 | -0/+7 |
| | |||||
* | Hold the sched lock across call to forward_signal() in tdsignal() to | gallatin | 2002-07-03 | 1 | -1/+4 |
| | | | | | | keep SMP systems from panic'ing when ^C'ing an app suggested by julian | ||||
* | Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug | des | 2002-07-03 | 3 | -25/+27 |
| | | | | | | | where the profiling code would report the release point instead of the acquisition point. Requested by: bde | ||||
* | Add the "java" category. | des | 2002-07-03 | 2 | -0/+4 |
| | |||||
* | Actually use the fini callback. | jeff | 2002-07-03 | 1 | -0/+1 |
| | | | | | Pointy hat to: me :-( Noticed By: Julian | ||||
* | - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE. | des | 2002-07-03 | 1 | -6/+6 |
| | | | | | - We don't have setutent(3) etc., and I have no idea why configure ever thought we did. | ||||
* | Make sure to reset transflag back to zero upon succesfully using sendfile() | dan | 2002-07-03 | 1 | -0/+1 |
| | | | | | | | | to transfer a file. PR: 39362 Submitted by: TANAKA Hiroyuki <kattyo@abk.nu> MFC after: 1 week | ||||
* | Two FreeBSD-specific nits in comments: | des | 2002-07-03 | 1 | -5/+1 |
| | | | | | | | | - ChallengeResponseAuthentication controls PAM, not S/Key - We don't honor PAMAuthenticationViaKbdInt, because the code path it controls doesn't make sense for us, so don't mention it. Sponsored by: DARPA, NAI Labs | ||||
* | Fix grammar in 1 sentence | trhodes | 2002-07-02 | 1 | -3/+3 |
| | | | | | | Reword 'Usually faster in most cases' to 'and is faster in most cases' PR: 40024 (partly) | ||||
* | Diff-reduce with 4-stable: 4.x has a compat4x package. | jhb | 2002-07-02 | 2 | -2/+2 |
| | |||||
* | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT). | mp | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | GXP ATA drives also supports TQ | trhodes | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | Call the 4.x snap server "releng4.freebsd.org" instead of | jhb | 2002-07-02 | 2 | -4/+4 |
| | | | | "stable.freebsd.org" to be the same as 4-stable. | ||||
* | Alpha does indeed have a COMPAT4X distribution on current. 4-stable | jhb | 2002-07-02 | 1 | -0/+2 |
| | | | | already has this correct. | ||||
* | Add lge(4) to the list of drivers. It was present in 4-stable but not in | jhb | 2002-07-02 | 2 | -0/+2 |
| | | | | -current. | ||||
* | Fix type-o in last commit in preparation for MFC. | dillon | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | I didn't pay enough attention when copy/pasting disclaimers. | mux | 2002-07-02 | 1 | -2/+2 |
| | | | | The disclaimer in vfs_conf.c was slightly different. Fix this. | ||||
* | Minor spelling and grammar fixes in the atacontrol(8) manual page. | trhodes | 2002-07-02 | 1 | -11/+11 |
| | | | | PR: 39393 | ||||
* | Move every code related to mount(2) in a new file, vfs_mount.c. | mux | 2002-07-02 | 7 | -2629/+1214 |
| | | | | | | | | | | The file vfs_conf.c which was dealing with root mounting has been repo-copied into vfs_mount.c to preserve history. This makes nmount related development easier, and help reducing the size of vfs_syscalls.c, which is still an enormous file. Reviewed by: rwatson Repo-copy by: peter | ||||
* | check in the version if this that compiles, not the one that doesn't | julian | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | Make some more debugging code go away when debugging is not turned on. | julian | 2002-07-02 | 1 | -1/+4 |
| | |||||
* | 's/rather then/rather than/' | johan | 2002-07-02 | 1 | -5/+5 |
| | | | | | | | | | | PR: 38096 Submitted by: Chris Pepper <pepper@rockefeller.edu> While I'm here correct some typos pointed out by ispell. Approved by: sheldonh (mentor) MFC after: 1 week | ||||
* | Version bump for mm_answer_pam_respond() fix. | des | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | Fix a braino in mm_answer_pam_respond() which would cause sshd to abort if | des | 2002-07-02 | 1 | -1/+1 |
| | | | | PAM authentication failed due to an incorrect response. | ||||
* | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | ru | 2002-07-02 | 5 | -120/+59 |
| | | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG. | ||||
* | Handle installation of hard and symbolic links via a seperate .mk file. | ru | 2002-07-02 | 4 | -49/+34 |
| | |||||
* | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | ume | 2002-07-02 | 2 | -14/+13 |
| | | | | | | scope identifier). MFC after: 3 weeks | ||||
* | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | ume | 2002-07-02 | 1 | -0/+1 |
| | | | | | | | scope identifier). Approved by: des MFC after: 3 weeks | ||||
* | Make NI_WITHSCOPEID a default (always on), to synchronize | ume | 2002-07-02 | 1 | -30/+20 |
| | | | | | | | with recent 2553bis. Obtained from: KAME MFC after: 3 weeks | ||||
* | LP64 cleanup: don't cast pointer to int. | naddy | 2002-07-02 | 2 | -6/+3 |
| | |||||
* | Check retifma for NULL before using it. | mini | 2002-07-02 | 1 | -1/+2 |
| | | | | | | PR: kern/9391 Submitted by: Assar Westerlund <assar@sics.se> MFC after: 3 days | ||||
* | Add -g option, which restricts printing of the gecos fields to just the user's | mini | 2002-07-02 | 5 | -5/+23 |
| | | | | | | | | | real name. PR: bin/39462 Submitted by: Mike Makonnen <makonnen@pacbell.net> Obtained from: NetBSD MFC after: 1 week | ||||
* | When going back to SLEEP state, make sure our | julian | 2002-07-02 | 1 | -0/+1 |
| | | | | State is correctly marked so. | ||||
* | Fix failure to correctly transition back to sleep mode. | julian | 2002-07-02 | 1 | -0/+4 |
| | |||||
* | Make interrupt driven EC transaction optional. | takawata | 2002-07-02 | 1 | -0/+2 |
| | |||||
* | Remove the backup-versions ("x*") of various lpc commands that were | gad | 2002-07-02 | 3 | -377/+0 |
| | | | | | | | recently rewritten. No one in -current has reported any problems with the newer versions. MFC after: 3 weeks |