Age | Commit message (Expand) | Author |
2005-12-30 | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ | Miod Vallat |
2005-03-12 | use own hpux_sigcode | Michael Shalayeff |
2005-02-15 | Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELE | Aaron Campbell |
2004-09-28 | This compiles better with the correct contents. | Miod Vallat |
2004-09-19 | regen | Michael Shalayeff |
2004-09-19 | proper sigsetreturn() args | Michael Shalayeff |
2004-09-19 | another long that is really u_int | Michael Shalayeff |
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-07-15 | regen | Michael Shalayeff |
2004-07-15 | +setdomain,getdirentries | Michael Shalayeff |
2004-07-14 | regen | Michael Shalayeff |
2004-07-14 | +set/getpriority | Michael Shalayeff |
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 st... | Michael Shalayeff |
2004-07-11 | move struct hpux_sigaltstack out into .h file as i just figured out it is nee... | Michael Shalayeff |
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 | 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-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; m... | Michael Shalayeff |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2003-12-19 | Make sure hpux fcntl() operates on the proper file. | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat |
2002-10-30 | regen | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-02-16 | Make this compile. | Miod Vallat |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev |