summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-1810-675/+50
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-183-4/+64
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-182-59/+2
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-5/+5
* Add definitions for Interlink VersaPad.yokota1999-08-171-1/+25
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-171-5/+5
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-171-24/+24
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-172-35/+256
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-172-16/+26
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-164-5/+27
* Implement vfork() syscall.marcel1999-08-161-2/+2
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-167-16/+16
* Fix a bug in busdma_mem_free() where we were improperly checkinggibbs1999-08-161-2/+2
* Major rewrite.marcel1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-155-9/+88
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Fix bug in the fcntl syscall where 'arg' was not set properly.marcel1999-08-151-2/+4
* Include opt_compat.h so that COMPAT_43 is defined. This gives us the propermarcel1999-08-151-10/+15
* Give if_tun the "almost clone" makeover.phk1999-08-154-8/+8
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-154-8/+8
* - Add apm_check_function_supported() and call it fromiwasaki1999-08-142-4/+132
* Implementation of the linux_getcwd syscall.marcel1999-08-144-5/+34
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-145-81/+252
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-141-3/+9
* Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or outmarcel1999-08-141-25/+21
* Spring cleaning around strategy and disklabels/slices:phk1999-08-143-56/+26
* Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffermarcel1999-08-141-7/+28
* Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and othermarcel1999-08-141-18/+23
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-132-2/+69
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-131-2/+5
* Use a wrapper for the link syscall that does name translations.marcel1999-08-125-8/+32
* _pmap_allocpte:alc1999-08-111-6/+3
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-115-9/+84
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Reserve bdev/cdev entries for i2o driver.jkh1999-08-111-1/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-104-24/+28
* pmap_remove_pages:alc1999-08-101-1/+4
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-103-2/+22
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-094-12/+36
* Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.mpp1999-08-091-5/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-0917-591/+25
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-084-10/+10
* Fix a reference to `st' by replacing it with `sa'.chris1999-08-082-4/+4
* Fix page fault in linux_uselib syscall.marcel1999-08-081-2/+2
* Re-delete the (meaningless) device-driver tokens that came back in 1.256peter1999-08-071-29/+29
* We don't end up checking for a return value of EFAULT from the copyinstr()green1999-08-071-5/+12
* Enable bpf by default. There was no significant dissention to my proposaljkh1999-08-071-3/+3
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-061-2/+2
OpenPOWER on IntegriCloud