summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | | Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-1432-754/+801
* | | Don't define away __attribute__() for the non-gcc and old-gcc cases.bde1998-06-141-7/+7
* | | Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word.dfr1998-06-141-2/+2
* | | Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-142-20/+12
* | | Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsbde1998-06-141-3/+8
* | | Avoid 64-bit divisions and modulos. Fixed related overflows for weirdbde1998-06-141-9/+19
* | | Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-142-54/+28
* | | Add a macro tweak.steve1998-06-134-8/+10
* | | Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-133-3/+9
* | | Merge changes from vendor branch;peter1998-06-136-52/+98
* | | Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-134-51/+71
* | | Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* | | Update to draft-mogul-pps-api-02.txt as submitted to IETFphk1998-06-122-18/+54
* | | Note which version of Kirk's sources this corresponds to.julian1998-06-122-4/+4
* | | Fix the case when renaming to a file that you've just created and deleted,julian1998-06-122-44/+86
* | | Remove 3 occurances of __FUNCTION__julian1998-06-122-6/+5
* | | Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-122-6/+6
* | | Go through the loopback code with a broom..julian1998-06-128-208/+155
* | | include opt_ipdivert.h so we get correct optionsjulian1998-06-121-1/+2
* | | Allow diverted packets from the transmit side to remember if theyjulian1998-06-121-27/+26
* | | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.julian1998-06-112-8/+8
* | | Reimplement spl*() as function calls. Implement software interrupts.dfr1998-06-113-41/+139
* | | Only build this on i386 for now. I may use it for the alpha later butdfr1998-06-111-1/+10
* | | Add missing Id keywords.dfr1998-06-112-0/+2
* | | Replace 'sleep()' with 'tsleep()'julian1998-06-102-4/+8
* | | Make these files compile.dfr1998-06-105-8/+10
* | | Add my own copyright to this file. In this case not even the commentsdfr1998-06-101-11/+7
* | | Fix for "live inode" panic.julian1998-06-102-40/+54
* | | Add my own copyright to this file. The only remnants of NetBSD code heredfr1998-06-101-2/+27
* | | Add yet another copyright. If some CVS wizard feels like nuking the versionsdfr1998-06-101-0/+1415
* | | Fix mangled Id keyword.dfr1998-06-102-2/+2
* | | Add Id keyword.dfr1998-06-101-0/+1
* | | Remove buggy debugging code.julian1998-06-102-86/+2
* | | Add missing copyrights. Thanks to Jason Thorpe for politely noting thedfr1998-06-104-0/+1845
* | | ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-102-4/+4
* | | Back out John's changes 1.45 -> 1.46julian1998-06-101-21/+17
* | | Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-102-16/+36
* | | I accidentally committed the wrong file, sorry.dfr1998-06-101-1/+1
* | | Back out previous change. This behavior is at least completelydt1998-06-102-2/+2
* | | When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,phk1998-06-101-2/+3
* | | Correct name and number for sxdc modulesphk1998-06-102-6/+6
* | | Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-102-4/+4
* | | Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-10113-176/+21627
* | | 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* | | 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* | | 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* | | 64bit fixes: use size_t not u_int for sizes.dfr1998-06-101-2/+2
* | | 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* | | Sync with sys/i386/isa/clock.c revision 1.124.kato1998-06-103-18/+18
* | | Don't silently accept attempts to change flags where they are notpeter1998-06-1010-15/+50
OpenPOWER on IntegriCloud