summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-146-2/+62
* Whitespace.jhb2005-10-141-1/+1
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-1411-2536/+0
* Change the userland atomic operations on arm to use memory operands forjhb2005-10-141-16/+22
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-142-4/+4
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-142-29/+47
* Get rid of duplicate -I's in CFLAGS.ru2005-10-141-5/+1
* Sort SUBDIR and surrounding definitions.ru2005-10-141-4/+4
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aimp2005-10-141-1/+1
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andimp2005-10-141-0/+2
* Regen for sigqueue syscall.davidxu2005-10-145-7/+16
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-1444-525/+1038
* From the PR:glebius2005-10-141-14/+14
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-142-209/+226
* Cleanup from __FreeBSD_version.glebius2005-10-141-73/+2
* MFP4: Minor tweaks.imp2005-10-141-1/+5
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toimp2005-10-141-17/+43
* Add ksiginfo_t which is a wrapper of siginfo_t but allows us to carrydavidxu2005-10-141-0/+39
OpenPOWER on IntegriCloud