summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Another bit of sx(4) removal.jhb2005-10-171-3/+0
* Strip the $a, $t and $d symbols if we're using DDB. There are useless andcognet2005-10-171-0/+3
* Split displaying number of physical and logical cores.jkim2005-10-172-4/+6
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...suz2005-10-171-9/+17
* Minor commentary correctionimp2005-10-171-3/+3
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-172-4/+8
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-172-6/+24
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* - Fix typo.flz2005-10-171-1/+1
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-162-6/+8
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-1/+3
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
* Use new functions to call into drivers methods.phk2005-10-161-39/+27
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-167-6/+1
* Use new (inline) functions for calls into driver.phk2005-10-164-11/+7
* Make ttsetcompat() staticphk2005-10-162-3/+1
* Add a bunch of inline functions to call the drivers tty implementing methods.phk2005-10-161-0/+76
* we know it is called rpclose() so call it directly.phk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-1615-17/+19
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-162-30/+44
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-162-64/+48
* Reduce diffs from i386/i386/machdep.cnyan2005-10-161-9/+5
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theobrien2005-10-162-0/+18
* The BCM5401 dspcode load on media changes also appliesgrehan2005-10-161-0/+2
* Mempage should be 1024 not 4096. This fixes the multiple 16-bit cardsimp2005-10-161-1/+1
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-162-48/+64
* Fix compiling.davidxu2005-10-151-1/+1
* added a missing unlocksuz2005-10-151-1/+3
* regen after recvmsg, recvfrom, sendmsgps2005-10-154-12/+34
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-154-8/+188
* regen for clock_gettime, clock_settime, clock_getresps2005-10-154-13/+28
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-154-25/+116
* regenps2005-10-154-6/+6
* Correct the prototype for freebsd32_nanosleep and use the properps2005-10-152-4/+4
* Fix compiling.davidxu2005-10-151-1/+1
* Correct few MSR addresses.jkim2005-10-151-8/+8
* mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months,kris2005-10-141-1/+1
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-1466-72/+155
* In preparation for making the modules actually use opt_*.h filesyar2005-10-143-8/+6
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-148-23/+196
* Close a race in the ufs_lookup() code that handles the ISDOTDOTtruckman2005-10-141-1/+3
* Merge over the remaining changes from i386 of the ksiginfo_t changes sojhb2005-10-141-43/+21
* Make four more functions static that were missed in the last commit.thompsa2005-10-141-5/+5
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-142-4/+4
* Partially revert revision 1.66, which contained a change that did notkris2005-10-141-4/+4
OpenPOWER on IntegriCloud