Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat | |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-02-16 | Fix a few wrong memset() sizes; ok otto@ krw@ aaron@ | Miod Vallat | |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless. Also the code is not enabled in GENERIC so it is not being tested or maintained. | |||
2004-06-25 | typo | Theo de Raadt | |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert | |
encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@ | |||
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau | |
use compat-specific MAXNAMLEN values where appropriate ok millert@, pedro@ | |||
2004-05-28 | regen | Ted Unangst | |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst | |
2003-08-16 | missed suser. thanks naddy@ | Ted Unangst | |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller | |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller | |
(but still implemented via setres[ug]id(2)). Basically this just moves them from COMPAT_43 into kern_prot.c. Also fixes a typo in my old implementation. The userland portion will follow in a few days. deraadt@ OK | |||
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski | |
on the returned file, do the FREF inside getvnode so that people can't get away with avoiding FREF and FRELE. Eyeballed by various people. | |||
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ↵ | Michael Shalayeff | |
they are and declarre 'em accordingly also removing private externies of those | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl ↵ | Artur Grabowski | |
functions in sys/compat are left. | |||
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski | |
2002-01-22 | call osf1_exec_ecoff_hook for osf1 bin's | Eric Jackson | |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski | |
for the virtual address. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski | |
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile. | |||
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | there is no need for .bak files | Theo de Raadt | |
2001-07-09 | OpenBSD tags. | Federico G. Schwindt | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski | |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski | |
as soo_stat and pipe_stat. | |||
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski | |
2001-05-14 | Fix panic message | Artur Grabowski | |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski | |
There is no possibility that this has worked at all. | |||
2000-11-08 | UVM | Artur Grabowski | |
2000-09-06 | add mag tape ioctl emulation; from freebsd. Other cleanup. | Eric Jackson | |
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-04 | regen | Eric Jackson | |
2000-08-04 | Merge in NetBSD changes. This now works for most statically compiled osf1 | Eric Jackson | |
bins. Shared osf1 libs don't work quite yet. | |||
2000-07-21 | regen | Eric Jackson | |
2000-07-21 | added listen and accept syscalls. from NetBSD | Eric Jackson | |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-06-07 | sync | Theo de Raadt | |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt | |
that EFAULT return value is possible | |||
1998-12-23 | Granted this is #if 0'd out, but it should have a chance of compiling anyway | Todd C. Miller | |
1998-12-22 | range check signal [] conversions | Theo de Raadt | |
1998-03-01 | remove unnecessary decls | Niklas Hallqvist | |
1998-02-17 | regen | Todd C. Miller | |
1998-02-17 | make COMPAT_OSF1 compile again | Todd C. Miller | |
1998-02-15 | OpenBSD | Niklas Hallqvist | |
1997-09-15 | SA_NOCLDWAIT | Todd C. Miller | |
1997-09-15 | Fix bsd_to_*_sigaction(). Also add SA_SIGINFO support | Theo de Raadt | |