summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use ; not , as statement separator in PDEBUG() macro.phk2002-10-151-5/+4
* Plug an infrequent (I think) memory leak.phk2002-10-151-1/+3
* Be consistent about functions being static.phk2002-10-151-4/+4
* Constification ? Yes, out that door, row on the left, one patch each.phk2002-10-152-10/+10
* Teach tunefs to print the ACL and multilabel flag information whenrwatson2002-10-151-0/+4
* Argh. Put back setting of P_ADVLOCK for the F_WRLCK case that wasjhb2002-10-151-0/+3
* fix typo in comments (in preparation for MFC)fjoe2002-10-151-1/+1
* Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter insidecharnier2002-10-152-9/+8
* Correct some of the style problems in this file:rwatson2002-10-152-10/+10
* Add information about the SDLT density codes.joerg2002-10-152-0/+7
* This commit was generated by cvs2svn to compensate for changes in r105151,ru2002-10-151-5/+8
|\
| * From ChangeLog:ru2002-10-151-5/+8
* | Add cross-references to the wide character counterparts of these functions.tjr2002-10-154-4/+8
* | Eliminate superfluous memory access in memcpy(3)/memmove(3).sobomax2002-10-151-13/+8
* | Remove stray comma at the end of the See Also list.tjr2002-10-151-1/+1
* | Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-154-4/+36
* | Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes)mjacob2002-10-151-1/+4
* | Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-152-4/+4
* | Restore pointer that was removed in 1.128. This wasn't a merge-o.peter2002-10-151-0/+4
* | Several commit logs point here saying "More details on the newgad2002-10-150-0/+0
* | Move details of key_t to <sys/_types.h>, so that it can be typedef'dmike2002-10-152-1/+6
* | - Add a new global mutex 'ppeers_lock' to protect the p_peers list ofjhb2002-10-154-45/+61
* | Remove the leaderp variable and just access p_leader directly. Thejhb2002-10-151-12/+3
* | - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofjhb2002-10-152-22/+10
* | The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-157-47/+1
* | Turn off the premature locking in xl. The driver tries to use the mutexespeter2002-10-141-0/+6
* | When reading or writing the extended attributes of a special devicemckusick2002-10-142-5/+38
* | Put function return types on a line by themselves.alfred2002-10-1420-83/+123
* | LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
* | Remove a bogus local variable.phk2002-10-141-2/+0
* | Remove a KASSERT I added in 1.73 to catch uninitialized pipes.alfred2002-10-141-2/+0
* | Remove root from the 'guest' group: missed in a previous pass.rwatson2002-10-141-1/+1
* | o Add typedefs for gid_t, key_t, mode_t, and uid_t.mike2002-10-141-4/+30
* | Did you ever notice how stupid bugs show up much clearerjulian2002-10-141-1/+1
* | Correct visibility conditionals for memccpy(), strdup(), andmike2002-10-141-18/+29
* | Tidy up the scheduler's code for changing the priority of a thread.julian2002-10-145-58/+65
* | Remove old useless debugging codejulian2002-10-141-5/+0
* | update to better reflect reality:sam2002-10-141-51/+65
* | Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.jake2002-10-141-1/+1
* | Fix two memory leaks in error conditions involving the UFS ACL code:rwatson2002-10-141-0/+4
* | When scanning the freelist looking for candidate vnodes to recycle,mckusick2002-10-141-4/+3
* | Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsrwatson2002-10-142-7/+73
* | Unconditionally reset vp->v_vnlock back to the default in themckusick2002-10-141-1/+3
* | Teach mount(8) about MNT_ACLS for the purposes of mount options andrwatson2002-10-142-1/+5
* | Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.pirzyk2002-10-144-2/+8
* | Allow firewire, sbp (SCSI over firewire), and fwe (non-standard rawjhb2002-10-142-0/+13
* | - Remove unused opt_foo.h headers.jhb2002-10-143-20/+6
* | This file doesn't need opt_bus.h.jhb2002-10-141-2/+0
* | Define MNT_ACLS, which can report on the status of the FS_ACLS flagrwatson2002-10-141-3/+3
* | Define two new superblock file system flags:rwatson2002-10-141-0/+10
OpenPOWER on IntegriCloud