Age | Commit message (Expand) | Author |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-17 | Missed in previous regen commit | Todd C. Miller |
2005-06-17 | regen | Todd C. Miller |
2005-06-17 | remove undelete syscall | Todd C. Miller |
2005-06-07 | remove CCITT handling | Henning Brauer |
2005-05-26 | fix little nonsense introduced by my last commit here | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-19 | __unused is used now | Michael Shalayeff |
2005-03-12 | use own hpux_sigcode | Michael Shalayeff |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-02-19 | regen | Matthieu Herrb |
2005-02-19 | Add getdents() emulation. Makes Veritas NetBackup client for FreeBSD work. | Matthieu Herrb |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-02-15 | Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELE | Aaron Campbell |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-10-27 | regen | Niklas Hallqvist |
2004-10-27 | Add support for sys_setre[ug]id, ok deraadt@ | Niklas Hallqvist |
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-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 |
2004-07-14 | Because mode_t is used in struct ipc_perm we need new versions of | Todd C. Miller |
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 |
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 |
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 |