Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-15 | sync | Theo de Raadt | |
2004-07-15 | regen | Todd C. Miller | |
2004-07-14 | regen for new {msg,sem,shm}ctl syscalls. | Todd C. Miller | |
2004-07-14 | regen | Todd C. Miller | |
2004-07-13 | regen after stat/mode_t/nlink_t changes | Todd C. Miller | |
2004-07-09 | regen | Todd C. Miller | |
2004-06-13 | regen | Niklas Hallqvist | |
2004-05-27 | sync | Ted Unangst | |
2004-05-05 | Regen, spotted by form@pdp-11.org.ru. | Alexander Yurchenko | |
ok miod@ | |||
2004-02-28 | Regen | Miod Vallat | |
2004-01-14 | sync | Ted Unangst | |
2004-01-12 | sync | Ted Unangst | |
2003-12-31 | regen | Todd C. Miller | |
2003-12-11 | regen now that [gs]etpriority(2) take id_t, not int. | Todd C. Miller | |
2003-12-10 | missed in previous commit | Todd C. Miller | |
2003-09-07 | Regen | Miod Vallat | |
2003-07-01 | sync | Ted Unangst | |
2003-06-23 | sync | Theo de Raadt | |
2003-06-22 | sync | Theo de Raadt | |
2003-05-10 | Regen | Miod Vallat | |
2003-04-29 | Regen (omsync deprecation) | Miod Vallat | |
2003-04-28 | sync mquery. | Dale Rahn | |
2003-04-25 | mquery backout sync. | Dale Rahn | |
2003-04-25 | sync | Dale Rahn | |
2003-04-14 | sync | Theo de Raadt | |
2003-04-14 | There are two related changes. | Artur Grabowski | |
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok. | |||
2003-01-30 | somehow this got missed in the regen commit | Todd C. Miller | |
2002-10-30 | regen due to addition of [gs]etres[ug]id(2) | Todd C. Miller | |
2002-07-06 | sync | Thomas Nordin | |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat | |
2002-02-22 | EA sync | Dale Rahn | |
2001-08-26 | sync | Theo de Raadt | |
2001-06-26 | regen | Dug Song | |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine ↵ | Dug Song | |
client credentials. mostly from superscript.com. deraadt@ ok | |||
2001-06-16 | sync | Theo de Raadt | |
2001-05-16 | regen for COMPAT_2{3,5} | Todd C. Miller | |
2001-03-09 | regen | Artur Grabowski | |
2000-11-16 | sync | Niels Provos | |
2000-09-12 | regen | Todd C. Miller | |
2000-06-22 | regen-vtrace | Michael Shalayeff | |
2000-05-01 | sys_semconfig goes foom | Theo de Raadt | |
2000-04-20 | sync | Theo de Raadt | |
2000-02-07 | regen (with correct reference from syscalls.master) | assar | |
2000-02-07 | regenerated | assar | |
1999-08-08 | regen | Niklas Hallqvist | |
1999-06-07 | sync | Theo de Raadt | |
1999-05-31 | regen | Todd C. Miller | |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller | |
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag. | |||
1999-05-22 | Sync syscalls.master | Tobias Weingartner | |
1999-02-15 | regen | Todd C. Miller | |