Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-19 | const this speedtab too | Michael Shalayeff | |
2004-09-19 | ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c | Michael Shalayeff | |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff | |
2004-09-16 | No kern_ipc_10 on mips64. | Miod Vallat | |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries | |
2004-08-01 | proper check for the end of stackgap on growinupperstacks | Michael Shalayeff | |
2004-07-15 | regen | Michael Shalayeff | |
2004-07-15 | +setdomain,getdirentries | Michael Shalayeff | |
2004-07-15 | Complete rewrite derived from kern_ipc_35.c | Todd C. Miller | |
2004-07-15 | In cvt_ds, copy from the address of the first element past the | Todd C. Miller | |
struct ipc_perm instead of using sizeof to figure out the offset. Might make a difference for architectures with strict alignment if someone changes this from bcopy to memcpy and gcc inlines it. | |||
2004-07-14 | Because mode_t is used in struct ipc_perm we need new versions of | Todd C. Miller | |
the msgctl, semctl, and shmctl system calls. This moves the old versions to COMPAT_35 and adds new ones. WARNING: While this fixes things like shared memory in the X server for old (pre-mode_t change) binaries, it will break binaries that use shared memory built between the time of the mode_t change (Jul 13th) and now. If you rebuild X during that interval you will need to do it again after updating the rest of userland. | |||
2004-07-14 | Zero out st_gen for non-root in *stat(). OK deraadt@ | Todd C. Miller | |
2004-07-14 | fhstat(2) uses struct stat too and so needs replacing as well. | Todd C. Miller | |
OK miod@ | |||
2004-07-14 | regen | Michael Shalayeff | |
2004-07-14 | +set/getpriority | Michael Shalayeff | |
2004-07-13 | regen after stat/mode_t/nlink_t changes | Todd C. Miller | |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller | |
use mode_t in syscalls.master and to use mode_t in more places in the kernel. It also makes lint much more useful on kernel code. I've also added a placeholder for st_birthtime to make a UFS2 import easier at some future date. Requested by and OK deraadt@ | |||
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +madvise,msync,mlock,munlock,mlockall,munlockall | Michael Shalayeff | |
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +getdomainname | Michael Shalayeff | |
2004-07-11 | typedef hpux_stack_t kinda like stack_t | Michael Shalayeff | |
2004-07-11 | get rid of [u]longs in hpux_stat that are really [u]ints and define stat64 ↵ | Michael Shalayeff | |
struct w/ [u]quad ino_t time_t and off_t; millert@ ok | |||
2004-07-11 | move struct hpux_sigaltstack out into .h file as i just figured out it is ↵ | Michael Shalayeff | |
needed elsewhere too | |||
2004-07-11 | regen | Michael Shalayeff | |
2004-07-11 | sigaltstack wrapper | Michael Shalayeff | |
2004-07-10 | regen | Michael Shalayeff | |
2004-07-10 | enable stty/gtty on hppa as well | Michael Shalayeff | |
2004-07-10 | add back in piece required for m68k | Theo de Raadt | |
2004-07-09 | regen | Todd C. Miller | |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller | |
Idea from NetBSD, OK deraadt@ | |||
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | feh. hppa part. some unfinished and untested | Michael Shalayeff | |
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | split off the m68k-specific parts | Michael Shalayeff | |
2004-07-08 | we don't care about copyout's success. add a comment to appease sturm@ | Ted Unangst | |
2004-07-01 | add HPUX_SYSCONF_CPUPA20 | Michael Shalayeff | |
2004-06-30 | regen | Michael Shalayeff | |
2004-06-30 | update from netbsd: use sys_poll() and label some other unimplemented ones; ↵ | Michael Shalayeff | |
millert@ ok | |||
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-06-22 | do not bcopy wrong stuff there | Theo de Raadt | |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-05-28 | regen | Ted Unangst | |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst | |
2004-05-05 | make compile peace frienship bubblegum | Michael Shalayeff | |
2004-05-03 | POSIX says the length parameter for semop(2) and shmget(2) should be size_t. | Todd C. Miller | |
Create new syscalls with the correct parameters and add compat versions for the old ones under COMPAT_35. | |||
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff | |