summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fixed disk full problem for pc98 distribution. Now, it makes 4 installationnyan2002-10-144-99/+149
* | style(9)mike2002-10-141-28/+29
* | Populate more fields of the disklabel for PC98.phk2002-10-141-0/+2
* | o Move forward declaration for struct timespec to a more appropriatemike2002-10-141-2/+14
* | 1) Although C99 allows implementations to define additional SIG*mike2002-10-141-18/+40
* | Fix to check disk geometry.nyan2002-10-143-5/+26
* | The MACHINE variable on pc98 is "i386". So, use "pc98" directly in PC98 case.nyan2002-10-141-0/+6
* | Use snprintf() instead of sprintf().nyan2002-10-141-3/+3
* | Check correct machine name.nyan2002-10-141-0/+2
* | MFi386: revision 1.9.nyan2002-10-141-5/+0
* | Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* | Don't panic when we can just return an error code.phk2002-10-141-2/+6
* | Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-143-11/+6
* | Move toc-depth define to the correct position and reduce whitespace diff toue2002-10-141-4/+4
* | Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC.tjr2002-10-141-0/+13
* | Write the strvis()'d string out to the history file in history_save(),tjr2002-10-141-1/+1
* | The ep and pccard modules build on pc98.nyan2002-10-141-0/+2
* | Merged from sys/dev/sio/sio.c revision 1.382.nyan2002-10-142-2/+2
* | Implement the GEOMCONFIGGEOM ioctl which can be used to manually createphk2002-10-143-41/+168
* | Add more KASSERTS.phk2002-10-142-2/+8
* | Merge FSF changes onto mainline (-r option).ru2002-10-141-1/+9
* | This commit was generated by cvs2svn to compensate for changes in r105081,ru2002-10-141-3/+22
|\ \ | |/
| * From ChangeLog:ru2002-10-142-4/+31
* | Remove an unused variable.phk2002-10-141-2/+0
* | Allow kernel dumps to be aborted with ctrl-C.marcel2002-10-141-3/+14
* | Unconditionally restore the pointer to the saved Ethernet header aftercjc2002-10-141-4/+1
* | Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-1433-158/+30
* | o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* | FA, FB and FC are lead bytes according to recent Microsoft documentation.tjr2002-10-141-1/+1
* | Style changes. Mainly removing excessive whitespace and parens.tjr2002-10-141-24/+29
* | Eliminate the unnecessary clearing of flag bits that are already clearalc2002-10-141-4/+1
* | Add Big5, MSKanji and UTF-8 to the list of supported encodings.tjr2002-10-141-10/+29
* | Clarify that a number of incidents relate to Germany.grog2002-10-141-15/+14
OpenPOWER on IntegriCloud